home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / DOS / UTILITY / ABMENU16 / ABMENU.DOC next >
Text File  |  1992-10-31  |  10KB  |  196 lines

  1.   ════════════════════════════════════════════════════════════════════════════
  2.   Copyright 1992,  Abri Technologies, Inc., HC 62 Box 100K, Cacapon, WV 25422
  3.   ════════════════════════════════════════════════════════════════════════════
  4.                              ┌───────┐
  5.                         ┌────┴──┐    │               (Tm)
  6.                       ──┤       │o   ├───────────────────
  7.                         │  ┌────┴──┐ │  Association of
  8.                         │  │       ├─┘  Shareware
  9.                         └──┤   o   │    Professionals
  10.                       ─────┤   ╥   ├────────────────────-
  11.                            └───╨───┘    MEMBER
  12.  
  13. 1.0  SHAREWARE INFORMATION:
  14.      This software was written under the shareware concept. Try it free for 
  15.      30 days. If you find it useful please register. File REGISTER contains
  16.      registration information.
  17.      
  18.      Registrations make it possible for authors to continue giving you and 
  19.      your children the benefits of the shareware concept. "Don't starve the 
  20.      goose that lays the golden egg".
  21.      
  22. 1.1  REGISTRATION BENEFITS:
  23.      When you register you will receive all updates, latest corrections and 
  24.      software support for a minimum of three months. And as a bonus you will
  25.      get several unique DOS utilities FREE.
  26.  
  27.      Registration for ABMENU (D.EXE) is only $10.
  28.  
  29.      ** Please read the shareware agreement near end of this file and the
  30.      Registration/Ordering form in file REGISTER which also contains
  31.      information on other software available from ATI.
  32.  
  33. 2.0  INTRODUCTION: (Version 1.6)
  34.      ABMENU is 'the shortest distance between two points' in program
  35.      menus. It is for those of you who can't waste time flipping through 
  36.      typical menu program screens. It is a fast, simple 'stay-in-DOS' 
  37.      program menu which can quickly change drives/directories and execute 
  38.      programs with a simple number reference.
  39.  
  40. 3.0  COMPUTER REQUIREMENTS:
  41.      The software uses little memory and should run on any DOS 2.1 and up.
  42.  
  43. 4.0  FILES INCLUDED:
  44.  
  45.      VENDOR.DOC  ABMENU.DOC  REGISTER  D.EXE  FILE_ID.DIZ
  46.  
  47. 5.0  INSTALLATION:
  48.      You can install the software in any directory on your disk. But it 
  49.      should be in the DOS path. For example you can install the software in 
  50.      the C:\HANDYDOS directory of your hard drive which you have created. 
  51.      Then use your editor or word processor to place the HandyDOS directory
  52.      in the DOS path statement of the AUTOEXEC.BAT file. The line should look
  53.      something like
  54.  
  55.      PATH C:\DOS;C:\HANDYDOS;
  56.  
  57. 6.0  DESCRIPTION OF PROGRAMS:
  58.      D.EXE will give USAGE summary information with the /? switch, as is 
  59.      common for DOS 5.0.
  60.  
  61. 6.2 D.EXE (ABMENU) - Program Menu and Directory Utility.
  62.      You will find ABMENU a real time saver. With a simple number reference 
  63.      (0-99) you can find your way around DOS drives/directories and execute 
  64.      programs.
  65.  
  66.      USAGE:            ACTION:
  67.  
  68.      D +[#] [program] [!description]
  69.                   Sets jump point # to current drive/directory with optional
  70.                   [program] execution and [!description].
  71.                   If # is not given the next higher available is used.
  72.  
  73.      D #          Jumps to directory # and executes [program] if set with
  74.                   above command.
  75.  
  76.      D -#         Deletes jump point # from list
  77.      D            Lists jump points, directories, programs and descriptions.
  78.  
  79.      Note: # is any number 0 to 99
  80.  
  81.      EXAMPLES:
  82.  
  83.      d +9               adds the current directory as #9 on the jump list.
  84.  
  85.      D +12 GWBASIC ACCOUNT !Main accounting software
  86.  
  87.      Above would adds current directory as #12 to jump list with GWBASIC
  88.      to execute ACCOUNT.BAS program. The "!Main acc........." description
  89.      would be stored in the file d.ddd used by D.EXE for listing with
  90.      the D command.
  91.  
  92.      D 12               (will jump to directory associated with #12 on list
  93.                                 and execute GWBASIC ACCOUNT combination)
  94.  
  95.      d 9                (will jump to directory associated with #9 on list)
  96.  
  97.      D -12              (will remove directory/program reference from list)
  98.  
  99.      Notes:
  100.         When including a description for a program or directory, make sure
  101.         you precede it with the "!" exclamation point. Otherwise the program
  102.         may try to use it as a command line argument.
  103.  
  104.         The first time D is executed it establishes an ASCII jump list
  105.         file "D.DDD" in the same directory as D.EXE".
  106.  
  107.         When the optional program is specified for execution, the D program
  108.         releases all DOS memory to that program (except about 3k for batch
  109.         programs).
  110.  
  111.         Some menu programs allow subcategories in menus. You can accomplish
  112.         this here by assigning number ranges to categories - example:
  113.         numbers 0-9 for accounting, 10-19 for games, 20-29 education etc.
  114.  
  115.         Some packed programs (Example: QBASIC) may not execute when called
  116.         directly by D.EXE. If you find this to be true you can get around
  117.         this by prefixing the program name with the command.com pathname
  118.         and the /C switch. Example: "D +23 C:\COMMAND /C QBASIC" instead of
  119.         "D +23 QBASIC".
  120.  
  121.      Some Uses of D:
  122.    * It can be used by different users to "logon" their directories and/or
  123.      start programs.
  124.    * Frequently, PC users will add the command "CD directory" to the
  125.      AUTOEXEC.BAT file to go to a particular directory at boot up. This can
  126.      be now changed to "D #", the # representing a directory (and optional
  127.      program execution) on the jump list. Subsequent changes can be simply
  128.      done using D +# [program] without editing the AUTOEXEC.BAT file.
  129.  
  130. 6.5 Note: When you register you may request the complete HandyDOS utilities 
  131.     collection. It includes the above software. It has DOS utilities for: 
  132.     FILE/DISK HANDLING (moving/ deleting file(s) & directories, a WYSIWYG 
  133.     attrib utility); professional BATCH PROGRAMMING (function keys, pop-up 
  134.     windows, cursor pos., colour, sound); a fast stay-in-dos MENU SYSTEM; 
  135.     and a versatile VIDEO & CURSOR setting/checking utility. A good demo 
  136.     batch included. Registration is $25 for the entire collection.
  137.  
  138. 7.0  Custom Programming Info.
  139.  
  140.     If you or your company have specific custom programming needs including
  141.     hardware/software interaction, please drop a note to the author
  142.  
  143.     Attn: Paul Lee
  144.     Abri Technologies, Inc.
  145.     HC 62, Box 100K
  146.     Great Cacapon, WV 25422
  147.  
  148.     or leave a message at CompuServe 72345,1623.
  149.  
  150.  DISCLAIMER AND SHAREWARE - AGREEMENT:
  151.      Users of ABMENU must accept this disclaimer of warranty: ABMENU is 
  152.      supplied as is.  The author disclaims all warranties, expressed or 
  153.      implied, including, without limitation, the warranties of 
  154.      merchantability and of fitness for any purpose. The author assumes no 
  155.      liability for damages, direct or consequential, which may result 
  156.      from the use of ABMENU."
  157.      
  158.      ABMENU is "shareware software" and is provided at no charge to the 
  159.      user for evaluation.  Feel free to share it with your friends, but 
  160.      please do not give it away altered or as part of another system.  The 
  161.      essence of "user-supported" software is to provide personal computer 
  162.      users with quality software without high prices, and yet to provide 
  163.      incentive for programmers to continue to develop new products.  If you 
  164.      find this program useful and find that you are using ABMENU and 
  165.      continue to use ABMENU after a reasonable trial period, you must 
  166.      make the registration payment to Abri Technologies.  The registration 
  167.      fee will license one copy for use on any one computer at any one time.  
  168.      You must treat this software just like a book.  An example is that 
  169.      this software may be used by any number of people and may be freely 
  170.      moved from one computer location to another, so long as there is no 
  171.      possibility of it being used at one location while it's being used at 
  172.      another. Just as a book is not read by two different persons at the 
  173.      same time.
  174.  
  175.      Commercial users of ABMENU must register and pay for their copies of 
  176.      ABMENU within 30 days of first use or their license is withdrawn.  
  177.      Site-License arrangements may be made by contacting Abri Technologies.
  178.  
  179.      You are encouraged to pass a copy of ABMENU along to your friends 
  180.      for evaluation.  Please encourage them to register their copy if they 
  181.      find that they can use it.  All registered users will receive a copy 
  182.      of the latest version of ABMENU and software support for a minimum
  183.      of three months after registration.
  184.  
  185.      For registration and software ordering view the 'REGISTER' file.
  186.  
  187.     "This program is produced by a member of the Association of Shareware
  188.     Professionals (ASP).  ASP wants to make sure that the shareware
  189.     principle works for you. If you are unable to resolve a
  190.     shareware-related problem with an ASP member by contacting the member
  191.     directly, ASP may be able to help. The ASP Ombudsman can help you
  192.     resolve a dispute or problem with an ASP member, but does not provide
  193.     technical support for members' products.  Please write to the ASP
  194.     Ombudsman at 545 Grover Road, Muskegon, MI 49442 or send a CompuServe
  195.     message via CompuServe Mail to ASP Ombudsman 70007,3536."
  196.